projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b83880b
)
W32: override selected button style to remove colored background
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Thu, 1 May 2014 18:17:30 +0000
(18:17 +0000)
committer
Руслан Ижбулатов
<lrn1986@gmail.com>
Thu, 1 May 2014 18:20:20 +0000
(18:20 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=729353
gtk/resources/theme/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/resources/theme/gtk-win32-base.css
b/gtk/resources/theme/gtk-win32-base.css
index e5c0349bdfb80bc61d7e59bec4d5029743bfbace..951bd26b0a832450f4395be45c7c3b0090327298 100644
(file)
--- a/
gtk/resources/theme/gtk-win32-base.css
+++ b/
gtk/resources/theme/gtk-win32-base.css
@@
-159,6
+159,11
@@
GtkAssistant .sidebar .highlight {
color: @text_color;
}
+/* Override *:selected { ...} style; affects horizontal-buttons */
+.button:selected {
+ background-color: transparent;
+}
+
/* Check buttons */
/* Prevent selected check/radio buttons from getting the "selected" blue background */